#!/bin/sh
tempname=`dirname "$0"`
cd "$tempname/code"
exec python new_game.py
